From 50fcdf25d45ed6cf295bf402a2e365be753b77a8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 29 Jan 2001 16:28:36 +0000 Subject: [PATCH] (forward_to_next_line_start): Remove xassert. --- src/xdisp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index dffef44f487..149741d9857 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3547,7 +3547,6 @@ forward_to_next_line_start (it, skipped_p) } it->selective = old_selective; - xassert (!newline_found_p || FETCH_BYTE (IT_BYTEPOS (*it) - 1) == '\n'); return newline_found_p; } -- 2.30.2